<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-title {
	display: block;
	position: relative;
	overflow: hidden;
	font-size : 2.7rem;
	line-height : 1.3;
	font-family: 'Roboto', sans-serif;
	font-weight : 400;
	margin: 0 15px;
	color: #421347;
}

a.blog-title {
	text-decoration: none;
}

a.blog-title:visited {
	color: #002060;
}

.blog-date, .blog-readmore, .blog-message {
	margin-left: 20px;
}

.blog-date {
	display: none;
}

.blogsubscribe_email {
	padding-left: 5%;
	margin-top: 1em;
}

.blogsubscribe {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	margin: 8%;
}

.blogsubscribe_email input[type="text"] {
	width: 90%;
}

.two-blog-images {
	display: flex;
}

.two-blog-images a {
	width: 48%;
	margin-right: 1%;
}

.comment input[type=text] {
	width: 80%;
}

.comment textarea {
	height: 6em;
	width: 80%;
}

.comment input.button.comment {
	margin-left: 0;
}

form.commentForm {
	margin-left: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}

input.button.comment {
	color: #fff;
}

label.sr-only {
	position: relative;
	overflow: visible;
	height: auto;
	width: auto;
	margin: 10px 0;
}

input.button.comment, input[type="submit"] {
	width: 100px;
	padding: 10px;
	background-color: #421347;
	color: #fff;
	margin: 10px;
	border: 0;
}

.g-recaptcha {
	margin: 15px 0;
}

form.commentForm {
	margin-top: 95px;
}

form.commentForm:before {
	content: 'Leave a Comment';
	margin: -45px 0 10px;
	position: absolute;
	padding-bottom: 20px;
}

.comments:before, form.commentForm:before {
	font-family: 'Lato', sans-serif;
	font-size: 1.7rem;
	font-weight: 300;
	color: #421347;
}

.blog-quote {
	display: none;
}

.indent {
	margin-left: 3.125rem;
	margin-right: 3.125rem;
}

img.blog-image {
	float: right;
	max-width: 250px;
	margin: 10px;
	z-index: 1;
	position: relative;
	border-left: 15px solid #fff;
}

.blog-post-categories {
	border: 1px solid #ddd;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 25px;
	padding: 10px;
}

.blog-title-categories {
	display: block;
	font-family: 'Oswald',sans-serif;
	font-size: 1.5em;
	text-decoration: none;
}

.blog-tags ul {
	margin: 10px 0 0;
	padding: 0;
}

.blog-tags li {
	list-style: none;
	text-align: right;
	border-bottom: 1px #c9c9cb solid;
	font-size: 1.3em;
	margin: 0 5px 0 10px;
	padding: 10px 0;
}

.blog-tags li::after {
	content: "\f0a9";
	font-family: "FontAwesome";
	margin: 0 10px;
	color: #421347;
	font-weight: 600;
}

.blog-tags a {
	text-decoration: none;
}

.blog-body img {
	width: 96%;
	margin: auto;
	padding: 10px 20px;
}

.blogbyline {
	margin: 0 1rem 20px;
}

.blog-body h3 {
	font-size: 1.25rem;
	color: initial;
	background: none;
	text-align: left;
	padding-left: 0;
	margin-bottom: 0;
	margin-left: 1rem;
}

.blog-body h3:after {
	display: none;
}

.blog-intro-image {
	display: none;
}

ul.pagination {
	display: flex;
	list-style: none;
	padding-left: 0;
}

ul.pagination li a {
	background: #0d75bf;
	color: #fff;
	padding: 6px 10px;
}

ul.pagination li a:hover, ul.pagination li a:focus {
	text-decoration: underline;
}

.blog-subscribe {
	max-width: 72.55rem;
	margin: 25px auto 20px;
	padding: 10px 20px;
	color: #421347;
	border: 1px solid #421347;
}

.blog-subscribe p {
	font-family: 'Lato', sans-serif;
	font-size: 1.5rem;
	color: #421347;
	margin-left: 0;
}

.blog-catogory-boxes-container {
	max-width: 75rem;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.blog-category-label {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: uppercase;
	display: flex;
	font-family: 'Oswald', sans-serif;
}

.blog-category-box {
	position: relative;
	overflow: hidden;
	margin: 2%;
	max-height: 210px;
}

.blog-category-box img {
	width: 99%;
}

span.label-text {
	background: #421347;
	padding: 5px 10px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

span.arrow-right {
	background-color: rgba(66, 19, 71, 0.6);
	padding: 5px 10px;
}

span.arrow-right:before {
	content: "\f30b";
	font-family: "FontAwesome";
	font-weight: 400;
}

.hover-image:hover .blog-category-label span.label-text {
	padding: 5px 15px
}

.blog-categories-title {
	color: #fff;
	background: #421347;
	font-family: 'Lato', sans-serif;
	max-width: 73.375rem;
	margin: auto;
	padding: 13px;
	font-size: 1.75rem;
	clear: both;
}

.back-to-blog a {
	border: 1px solid #421347;
	padding: 10px;
	text-decoration: none;
}

.back-to-blog a:hover {
	border: 1px solid #0d75bf;
}

p.back-to-blog i {
	margin-right: 5px;
}

.blog-subscribe input[type="submit"] {
	margin-left: 0;
}

.blog-intro-image {
	display: inline;
	max-height: 233px;
	overflow: hidden;
}

.blog-intro-image img {
	width: 100%;
}

.blog-intro-container {
	display: flex;
	align-items: center;
}

.blog-post-container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
	position: relative;
	margin: 20px;
}

.blog-post-box {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 382px;
}

.blog-post-container .blog-title {
	color: #162534;
	background: transparent;
	margin: 0;
	font-size: 1.3rem;
	text-align: center;
	padding: 30px 20px;
}

.blog-post-container a {
	text-decoration: none;
	transition: all .4s ease-in-out;
	border: 1px solid #f1f1f1;
	background-color: #f1f1f1;
	margin-right: 1%;
	margin-bottom: 20px;
	overflow: hidden;
}

.blog-post-container a:hover {
	box-shadow: 0 10px 15px -10px rgba(30,45,62,.21), 0 5px 40px -10px rgba(31,44,60,.1);
	text-decoration: none;
}

@media screen and (min-width:48em) {
	article.main-content-full {
	width: 100%;
}

.blog-post-categories {
	width: 45%;
	float: left;
	min-height: 350px;
}

h2.blog-subtitle {
	padding-top: 0;
}

h2.blog-subtitle:after, h2.blog-subtitle:before {
	display: none;
}

img.blog-image {
	display: block;
	float: right;
	max-width: 350px;
	margin: 10px 20px 10px 10px;
}

.blog-intro-image img {
	display: block;
	max-width: 395px;
}

.blog-body img {
	display: block;
	width: 100%;
	max-width: 600px;
}

.blog-post-container a {
	width: 45%;
	margin-right: 3%;
	max-width: 382px;
}

ul.pagination {
	position: absolute;
	bottom: -25px;
}

.addthis_sharing_toolbox {
	margin-left: 20px;
}


}

@media screen and (min-width:60em) {
	.blog-post-categories {
	width: 29%;
}


}

@media screen and (min-width:75em) {
	.blog-post-container a {
	width: 30%;
}

.blog-quote {
	display: block;
	position: relative;
	font-family: Oswald,sans-serif;
	color: #8d0102;
	text-align: center;
	font-size: 1.8rem;
	margin: 35px auto;
	max-width: 500px;
}

.blog-quote:before, .blog-quote:after {
	content: '\f10d';
	font-family: FontAwesome;
	color: rgba(13,17,52,.4);
	position: absolute;
	font-size: 3rem;
	margin: -13px 0 0 -17px;
}

.blog-quote:after {
	content: '\f10e';
	margin: 24px 0px 0 -13px;
}

.blog-quote.right {
	margin: 35px 10px;
	max-width: 360px;
	float: right;
}

.blog-body h3 {
	margin-left: 0;
}

.blog-body img {
	width: 100%;
}


}

@media screen and (min-width: 76em) {
	.blog-title, .blog-readmore, .blog-message, form.commentForm, .blog-intro-image {
	margin-left: 0;
}

.blog-post-container a:nth-child(3n+3) {
	margin-right: 0;
}

.blog-post-container {
	margin: 20px 0;
}


}

i.fas.fa-arrow-down {
	margin-left: .313rem;
}

i.fas.fa-arrow-down:before {
	font-size: 1rem;
	;
}

ul.collapsed-ul {
	margin-top: .938rem;
}

a.collapsed-content {
	text-decoration: none;
}

</pre></body></html>